Fix compiler warning due to missing function prototype.
[svn.git] / tools / buildbot / slaves / win32-xp VS2005 / svnlog.bat
blob91c774a1fd8b6fb44bd27bb2b8d2e3d42dc9bad3
1 @echo off\r
2 REM IF NOT EXIST ..\config.bat GOTO noconfig\r
3 REM call ..\config.bat\r
4 \r
5 echo.\r
6 echo Detailed test logs included in svncheck.bat log.\r
7 echo.\r
8 \r
9 EXIT 0\r
11 :noconfig\r
12 echo File config.bat not found. Please copy it from config.bat.tmpl and tweak for you.\r
13 EXIT 2